Skip to content

Bump the minor-updates group across 1 directory with 28 updates#1092

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-6d1cf0063b
Open

Bump the minor-updates group across 1 directory with 28 updates#1092
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-6d1cf0063b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 26 updates in the / directory:

Package From To
datomatic/laravel-enum-helper 2.1.1 2.1.4
dedoc/scramble 0.12.23 0.13.26
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.14.0 2.22.0
korridor/laravel-computed-attributes 3.2.0 3.3.0
korridor/laravel-has-many-sync 3.1.0 3.2.0
korridor/laravel-model-validation-rules 3.3.0 3.4.0
laravel/jetstream 5.3.7 5.5.3
laravel/octane 2.11.0 2.17.4
laravel/passport 13.0.5 13.7.5
league/flysystem-aws-s3-v3 3.29.0 3.34.0
league/iso3166 4.3.3 4.4.0
maatwebsite/excel 3.1.67 3.1.69
owen-it/laravel-auditing 14.0.0 14.0.3
spatie/temporary-directory 2.3.0 2.3.1
tightenco/ziggy 2.5.3 2.6.2
tpetry/laravel-postgresql-enhanced 3.0.0 3.7.0
barryvdh/laravel-ide-helper 3.5.5 3.7.0
fumeapp/modeltyper 3.3.0 3.10.0
larastan/larastan 3.5.0 3.10.0
laravel/pint 1.24.0 1.29.1
laravel/sail 1.43.1 1.62.0
laravel/telescope 5.10.0 5.20.0
nunomaduro/collision 8.8.2 8.9.4
spatie/laravel-ignition 2.9.1 2.12.0
timacdonald/log-fake 2.4.0 2.4.2

Updates datomatic/laravel-enum-helper from 2.1.1 to 2.1.4

Release notes

Sourced from datomatic/laravel-enum-helper's releases.

v2.1.4

Laravel 13 support

v2.1.3

Laravel 13 support

v2.1.2

Changelog

Sourced from datomatic/laravel-enum-helper's changelog.

v2.1.4 - 2026-03-17

Laravel 13 support

v2.1.3 - 2026-03-17

Laravel 13 support

v2.1.2 - 2025-09-24

Commits

Updates dedoc/scramble from 0.12.23 to 0.13.26

Release notes

Sourced from dedoc/scramble's releases.

v0.13.26

What's Changed

Full Changelog: dedoc/scramble@v0.13.25...v0.13.26

v0.13.25

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.24...v0.13.25

v0.13.24

What's Changed

Full Changelog: dedoc/scramble@v0.13.23...v0.13.24

v0.13.23

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.22...v0.13.23

v0.13.22

What's Changed

Security: addresses a potential code execution issue under specific conditions.

New Contributors

... (truncated)

Commits
  • 5ca42b5 fix reference (#1177)
  • 6198566 fix tests
  • 5b593da Add UI renderers support (Scalar, etc.) (#1175)
  • 04ddbae Add IgnoreParam attribute support (#1176)
  • a5a82b3 added test (#1173)
  • c4baea1 Translated strings are late resolvable (allowing translating generic's templa...
  • b422839 Improve inference by dropping type of calls to non-existing methods in unions...
  • ee06630 Automatically document API authentication (#1170)
  • d0bf357 Add include/exclude filtering to scramble.api_path (#1168)
  • ba03a1d Improve inference: __ support, facades support, array destructuring support...
  • Additional commits viewable in compare view

Updates flowframe/laravel-trend from 0.4.0 to 0.5.0

Release notes

Sourced from flowframe/laravel-trend's releases.

v0.5.0

What's Changed

Full Changelog: Flowframe/laravel-trend@v0.4.0...v0.5.0

Commits

Updates gotenberg/gotenberg-php from 2.14.0 to 2.22.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.22.0

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->screenshot->deviceScaleFactor

See https://github.com/gotenberg/gotenberg/releases/tag/v8.33.0 for more details.

v2.21.0

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->embedsMetadata
  • $libreoffice->embedsMetadata
  • $pdfengines->embedsMetadata

See https://github.com/gotenberg/gotenberg/releases/tag/v8.31.0 for more details.

v2.20.0

This release brings the client up-to-date with the latest Gotenberg version.

Deprecations:

  • public function webhook(string $url, string $errorUrl = '') => $errorUrl is now optional and deprecated.

See https://github.com/gotenberg/gotenberg/releases/tag/v8.30.0 for more details.

v2.19.0

This release brings the client up-to-date with the latest Gotenberg version.

New methods:

  • $chromium->skipNetworkAlmostIdleEvent
  • $libreOffice->initialView
  • $libreOffice->initialPage
  • $libreOffice->magnification
  • $libreOffice->zoom
  • $libreOffice->pageLayout
  • $libreOffice->firstPageOnLeft
  • $libreOffice->resizeWindowToInitialPage
  • $libreOffice->centerWindow
  • $libreOffice->openInFullScreenMode
  • $libreOffice->displayPDFDocumentTitle
  • $libreOffice->hideViewerMenubar
  • $libreOffice->hideViewerToolbar
  • $libreOffice->hideViewerWindowControls
  • $libreOffice->useTransitionEffects

... (truncated)

Commits
  • d2a6f10 feat(chromium): add deviceScaleFactor for screenshots
  • 955f02d docs(README): switch logo URL [skip ci]
  • 991a618 feat(pdfengines): add embed metadata
  • 8084147 docs(CONTRIBUTING.md): remove do not push instruction [skip ci]
  • aeb5ccf docs: more succint [skip ci]
  • b06d02d docs(markdown): human-centric instead of agents first [skip ci]
  • ae7ae40 chore(deps): bump codecov/codecov-action from 5 to 6
  • d5c6013 chore(webhook): deprecate Gotenberg-Webhook-Error-Url
  • 2f18647 feat(chromium): add skipNetworkAlmostIdle
  • af480fc feat: comply with Gotenberg 8.29.0
  • Additional commits viewable in compare view

Updates guzzlehttp/guzzle from 7.10.0 to 7.11.1

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.11.1

Fixed

  • Ignore request-level transport_sharing, matching other unknown request options

Release 7.11.0

Added

  • Added support for providing the proxy request option's no value as a comma-delimited string
  • Added the protocols request option to restrict allowed URI schemes for request transfers
  • Added cert_type and ssl_key_type request options for TLS certificate and private-key file types
  • Added PHP stream handler support for the ssl_key request option
  • Added transport sharing via the transport_sharing client and cURL handler options

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.5
  • Adjusted guzzlehttp/psr7 version constraint to ^2.11
  • Allowed domainless SetCookie instances to be stored without wildcard request matching
  • Changed no-proxy matching to respect request ports for host-and-port rules
  • Prevented CurlMultiHandler destructors from throwing during cleanup
  • Improved invalid response handling across handlers

Deprecated

  • Deprecated non-iterable Pool request collections, which will be rejected in 8.0
  • Deprecated non-uppercase easy request methods; 8.0 preserves method casing
  • Deprecated non-string headers request option values, which will be rejected in 8.0
  • Deprecated empty headers request option value arrays, which will be rejected in 8.0
  • Deprecated empty and malformed request protocol versions, which will be rejected in 8.0
  • Deprecated conflicting raw cURL request options, including CURLOPT_SHARE, which will be rejected in 8.0
  • Deprecated scalar-coerced idn_conversion request option values, which will be rejected in 8.0
  • Deprecated invalid documented request option value types, which will be rejected in 8.0
  • Deprecated selected request options ignored by incompatible built-in handlers, which will be rejected in 8.0
  • Deprecated RequestException::wrapException(), which will be removed in 8.0
  • Deprecated RetryMiddleware::exponentialDelay(), which will be removed in 8.0

Release 7.10.6

  • CurlMultiHandler now rejects the promise when CurlFactory::finish() throws, preserving sibling transfers
  • SetCookie now normalizes unparseable Expires values to null instead of false
  • Fix stream handler decoded gzip/deflate truncation by dropping invalid Content-Length

Release 7.10.5

Fixed

  • Defer cURL multi cancellation cleanup until after progress callbacks return
  • Classify additional stream handler connection failures as ConnectException

Release 7.10.4

Fixed

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.11.1 - 2026-06-07

Fixed

  • Ignore request-level transport_sharing, matching other unknown request options

7.11.0 - 2026-06-02

Added

  • Added support for providing the proxy request option's no value as a comma-delimited string
  • Added the protocols request option to restrict allowed URI schemes for request transfers
  • Added cert_type and ssl_key_type request options for TLS certificate and private-key file types
  • Added PHP stream handler support for the ssl_key request option
  • Added transport sharing via the transport_sharing client and cURL handler options

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.5
  • Adjusted guzzlehttp/psr7 version constraint to ^2.11
  • Allowed domainless SetCookie instances to be stored without wildcard request matching
  • Changed no-proxy matching to respect request ports for host-and-port rules
  • Prevented CurlMultiHandler destructors from throwing during cleanup
  • Improved invalid response handling across handlers

Deprecated

  • Deprecated non-iterable Pool request collections, which will be rejected in 8.0
  • Deprecated non-uppercase easy request methods; 8.0 preserves method casing
  • Deprecated non-string headers request option values, which will be rejected in 8.0
  • Deprecated empty headers request option value arrays, which will be rejected in 8.0
  • Deprecated empty and malformed request protocol versions, which will be rejected in 8.0
  • Deprecated conflicting raw cURL request options, including CURLOPT_SHARE, which will be rejected in 8.0
  • Deprecated scalar-coerced idn_conversion request option values, which will be rejected in 8.0
  • Deprecated invalid documented request option value types, which will be rejected in 8.0
  • Deprecated selected request options ignored by incompatible built-in handlers, which will be rejected in 8.0
  • Deprecated RequestException::wrapException(), which will be removed in 8.0
  • Deprecated RetryMiddleware::exponentialDelay(), which will be removed in 8.0

7.10.6 - 2026-06-01

Fixed

  • CurlMultiHandler now rejects the promise when CurlFactory::finish() throws, preserving sibling transfers
  • SetCookie now normalizes unparseable Expires values to null instead of false
  • Fix stream handler decoded gzip/deflate truncation by dropping invalid Content-Length

... (truncated)

Commits

Updates korridor/laravel-computed-attributes from 3.2.0 to 3.3.0

Release notes

Sourced from korridor/laravel-computed-attributes's releases.

3.3.0

What's Changed

Commits
  • d17908c Add static analyser
  • d08668a Added support for enum values in validate command
  • ae9478f Updated readme
  • 1b3118b Add Laravel 13 support
  • 7627d49 Bump codecov/codecov-action from 5 to 6
  • d371d2e Update PHP_CodeSniffer repository link
  • 8105d95 Bump actions/checkout from 4 to 6
  • See full diff in compare view

Updates korridor/laravel-has-many-sync from 3.1.0 to 3.2.0

Commits

Updates korridor/laravel-model-validation-rules from 3.3.0 to 3.4.0

Release notes

Sourced from korridor/laravel-model-validation-rules's releases.

3.4.0 - Laravel 13 support

  • Laravel 13 support
  • Static code analysis with Larastan
Commits

Updates laravel/framework from 12.52.0 to 12.61.1

Release notes

Sourced from laravel/framework's releases.

v12.61.1

v12.61.0

v12.60.2

v12.60.1

v12.60.0

v12.59.0

v12.58.0

v12.57.0

... (truncated)

Commits
  • e8472ca Update version to v12.61.1
  • 61d5557 [12.x] Ensure config is bound before trying to log deprecation notice (#60376)
  • 12df688 [12.x] Ensure path seperators aren't encoded in LocalFilesystemAdapter (#60350)
  • 33afd1e [12.x] Fix Number::pairs() infinite loop when $by is zero or negative (#60324)
  • e854b8c Fix FIFO queue name normalization in Cloud managed queues (#60316)
  • 55d9fb8 fix(Number): return INF/NAN as-is in trim() (#60322)
  • c76283c Fix regex typo in Env::addVariableToEnvContents that prevented quoting values...
  • 6730281 Fix @​params typo in Fluent and MessageBag toPrettyJson() docblocks (#60313)
  • b8f2341 Preserve empty HTTP attach contents (#60291)
  • 3438371 Update CHANGELOG
  • Additional commits viewable in compare view

Updates laravel/jetstream from 5.3.7 to 5.5.3

Release notes

Sourced from laravel/jetstream's releases.

v5.5.3

v5.5.2

v5.5.1

v5.5.0

v5.4.0

v5.3.8

Changelog

Sourced from laravel/jetstream's changelog.

v5.5.3 - 2026-05-19

v5.5.2 - 2026-03-20

v5.5.1 - 2026-03-10

v5.5.0 - 2026-03-05

v5.4.0 - 2025-11-25

v5.3.8 - 2025-07-18

Commits

Updates laravel/octane from 2.11.0 to 2.17.4

Release notes

Sourced from laravel/octane's releases.

v2.17.4

v2.17.3

v2.17.2

v2.17.1

v2.17.0

v2.16.0

v2.15.0

v2.14.0

v2.13.5

v2.13.4

v2.13.3

v2.13.2

v2.13.1

v2.13.0

v2.12.3

... (truncated)

Changelog

Sourced from laravel/octane's changelog.

v2.17.4 - 2026-05-22

v2.17.3 - 2026-04-23

v2.17.2 - 2026-04-16

v2.17.1 - 2026-03-18

v2.17.0 - 2026-03-18

v2.16.0 - 2026-03-17

v2.15.0 - 2026-03-10

v2.14.0 - 2026-02-20

v2.13.5 - 2026-01-22

v2.13.4 - 2025-12-21

v2.13.3 - 2025-12-10

v2.13.2 - 2025-11-28

... (truncated)

Commits

Updates laravel/passport from 13.0.5 to 13.7.5

Release notes

Sourced from laravel/passport's releases.

v13.7.5

  • Add notice of invalid tokens when user and client id match by @​Levivb in

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/main/minor-updates-6d1cf0063b branch from 27c0578 to 8a1a187 Compare June 2, 2026 00:51
Bumps the minor-updates group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [datomatic/laravel-enum-helper](https://github.com/datomatic/laravel-enum-helper) | `2.1.1` | `2.1.4` |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.23` | `0.13.26` |
| [flowframe/laravel-trend](https://github.com/Flowframe/laravel-trend) | `0.4.0` | `0.5.0` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.14.0` | `2.22.0` |
| [korridor/laravel-computed-attributes](https://github.com/korridor/laravel-computed-attributes) | `3.2.0` | `3.3.0` |
| [korridor/laravel-has-many-sync](https://github.com/korridor/laravel-has-many-sync) | `3.1.0` | `3.2.0` |
| [korridor/laravel-model-validation-rules](https://github.com/korridor/laravel-model-validation-rules) | `3.3.0` | `3.4.0` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.3.7` | `5.5.3` |
| [laravel/octane](https://github.com/laravel/octane) | `2.11.0` | `2.17.4` |
| [laravel/passport](https://github.com/laravel/passport) | `13.0.5` | `13.7.5` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.29.0` | `3.34.0` |
| [league/iso3166](https://github.com/alcohol/iso3166) | `4.3.3` | `4.4.0` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.67` | `3.1.69` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.0` | `14.0.3` |
| [spatie/temporary-directory](https://github.com/spatie/temporary-directory) | `2.3.0` | `2.3.1` |
| [tightenco/ziggy](https://github.com/tighten/ziggy) | `2.5.3` | `2.6.2` |
| [tpetry/laravel-postgresql-enhanced](https://github.com/tpetry/laravel-postgresql-enhanced) | `3.0.0` | `3.7.0` |
| [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) | `3.5.5` | `3.7.0` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.3.0` | `3.10.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.5.0` | `3.10.0` |
| [laravel/pint](https://github.com/laravel/pint) | `1.24.0` | `1.29.1` |
| [laravel/sail](https://github.com/laravel/sail) | `1.43.1` | `1.62.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.10.0` | `5.20.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.2` | `8.9.4` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.9.1` | `2.12.0` |
| [timacdonald/log-fake](https://github.com/timacdonald/log-fake) | `2.4.0` | `2.4.2` |



Updates `datomatic/laravel-enum-helper` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/datomatic/laravel-enum-helper/releases)
- [Changelog](https://github.com/datomatic/laravel-enum-helper/blob/main/CHANGELOG.md)
- [Commits](datomatic/laravel-enum-helper@v2.1.1...v2.1.4)

Updates `dedoc/scramble` from 0.12.23 to 0.13.26
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.23...v0.13.26)

Updates `flowframe/laravel-trend` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/Flowframe/laravel-trend/releases)
- [Changelog](https://github.com/Flowframe/laravel-trend/blob/master/CHANGELOG.md)
- [Commits](Flowframe/laravel-trend@v0.4.0...v0.5.0)

Updates `gotenberg/gotenberg-php` from 2.14.0 to 2.22.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.14.0...v2.22.0)

Updates `guzzlehttp/guzzle` from 7.10.0 to 7.11.1
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.11/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.10.0...7.11.1)

Updates `korridor/laravel-computed-attributes` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/korridor/laravel-computed-attributes/releases)
- [Commits](korridor/laravel-computed-attributes@3.2.0...3.3.0)

Updates `korridor/laravel-has-many-sync` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/korridor/laravel-has-many-sync/releases)
- [Commits](korridor/laravel-has-many-sync@3.1.0...3.2.0)

Updates `korridor/laravel-model-validation-rules` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/korridor/laravel-model-validation-rules/releases)
- [Commits](korridor/laravel-model-validation-rules@3.3.0...3.4.0)

Updates `laravel/framework` from 12.52.0 to 12.61.1
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.52.0...v12.61.1)

Updates `laravel/jetstream` from 5.3.7 to 5.5.3
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md)
- [Commits](laravel/jetstream@v5.3.7...v5.5.3)

Updates `laravel/octane` from 2.11.0 to 2.17.4
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.11.0...v2.17.4)

Updates `laravel/passport` from 13.0.5 to 13.7.5
- [Release notes](https://github.com/laravel/passport/releases)
- [Changelog](https://github.com/laravel/passport/blob/13.x/CHANGELOG.md)
- [Commits](laravel/passport@v13.0.5...v13.7.5)

Updates `league/flysystem-aws-s3-v3` from 3.29.0 to 3.34.0
- [Commits](thephpleague/flysystem-aws-s3-v3@3.29.0...3.34.0)

Updates `league/iso3166` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/alcohol/iso3166/releases)
- [Changelog](https://github.com/alcohol/iso3166/blob/main/CHANGELOG.md)
- [Commits](alcohol/iso3166@4.3.3...4.4.0)

Updates `maatwebsite/excel` from 3.1.67 to 3.1.69
- [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
- [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
- [Commits](SpartnerNL/Laravel-Excel@3.1.67...3.1.69)

Updates `owen-it/laravel-auditing` from 14.0.0 to 14.0.3
- [Release notes](https://github.com/owen-it/laravel-auditing/releases)
- [Changelog](https://github.com/owen-it/laravel-auditing/blob/master/CHANGELOG.md)
- [Commits](owen-it/laravel-auditing@v14.0.0...v14.0.3)

Updates `spatie/temporary-directory` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/spatie/temporary-directory/releases)
- [Changelog](https://github.com/spatie/temporary-directory/blob/main/CHANGELOG.md)
- [Commits](spatie/temporary-directory@2.3.0...2.3.1)

Updates `tightenco/ziggy` from 2.5.3 to 2.6.2
- [Release notes](https://github.com/tighten/ziggy/releases)
- [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md)
- [Commits](tighten/ziggy@v2.5.3...v2.6.2)

Updates `tpetry/laravel-postgresql-enhanced` from 3.0.0 to 3.7.0
- [Changelog](https://github.com/tpetry/laravel-postgresql-enhanced/blob/master/CHANGELOG.md)
- [Commits](tpetry/laravel-postgresql-enhanced@3.0.0...3.7.0)

Updates `barryvdh/laravel-ide-helper` from 3.5.5 to 3.7.0
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-ide-helper@v3.5.5...v3.7.0)

Updates `fumeapp/modeltyper` from 3.3.0 to 3.10.0
- [Release notes](https://github.com/fumeapp/modeltyper/releases)
- [Commits](fumeapp/modeltyper@v3.3.0...v3.10.0)

Updates `larastan/larastan` from 3.5.0 to 3.10.0
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.5.0...v3.10.0)

Updates `laravel/pint` from 1.24.0 to 1.29.1
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.24.0...v1.29.1)

Updates `laravel/sail` from 1.43.1 to 1.62.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.43.1...v1.62.0)

Updates `laravel/telescope` from 5.10.0 to 5.20.0
- [Release notes](https://github.com/laravel/telescope/releases)
- [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
- [Commits](laravel/telescope@v5.10.0...v5.20.0)

Updates `nunomaduro/collision` from 8.8.2 to 8.9.4
- [Commits](nunomaduro/collision@v8.8.2...v8.9.4)

Updates `spatie/laravel-ignition` from 2.9.1 to 2.12.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.9.1...2.12.0)

Updates `timacdonald/log-fake` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/timacdonald/log-fake/releases)
- [Commits](timacdonald/log-fake@v2.4.0...v2.4.2)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: datomatic/laravel-enum-helper
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: dedoc/scramble
  dependency-version: 0.13.23
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: flowframe/laravel-trend
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: korridor/laravel-computed-attributes
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: korridor/laravel-has-many-sync
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: korridor/laravel-model-validation-rules
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.60.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/jetstream
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/iso3166
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: maatwebsite/excel
  dependency-version: 3.1.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: spatie/laravel-ignition
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: spatie/temporary-directory
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tightenco/ziggy
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: timacdonald/log-fake
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tpetry/laravel-postgresql-enhanced
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/main/minor-updates-6d1cf0063b branch from 8a1a187 to 1e93830 Compare June 8, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants